home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / fmail355.zip / FASTUTIL.DOC < prev    next >
Text File  |  1991-04-22  |  940b  |  30 lines

  1.  
  2.  
  3. This is just a quick-and-dirty program I've thrown together and I'd
  4. welcome any suggestions for enhancements.
  5.  
  6. It allows you to report on your FASTMAIL.CTL, check if a particular user
  7. has used FASTMAIL, and delete users who haven't used FASTMAIL for a
  8. specified period of days.
  9.  
  10. The program has ONE command line parameter which can be
  11.  
  12. /C  - check if the user whose name is in the GTUSER.BBS is in the
  13.       FASTMAIL.CTL.
  14.  
  15.       If the name IS found an errorlevel of 1 is returned, if NOT found
  16.       errorlevel 0 is returned.
  17.  
  18. /R  - dump the FASTMAIL.CTL to the screen (can be redirected to a file
  19.       with the DOS redirector '>' )
  20.  
  21. /Dxx - delete any user in the FASTMAIL.CTL who hasn't used FASTMAIL for
  22.        xx days.
  23.  
  24.        This option does NOT modify the FASTMAIL.CTL - for safety it creates
  25.        an updated file called FASTMAIL.NEW which you have to manually copy
  26.        over the FASTMAIL.CTL.
  27.  
  28.  
  29.  
  30.